- data
- The data.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function Hash( _ ByVal data() As Byte _ ) As Byte() | |
| C++/CLI | |
|---|---|
public: static array<byte>^ Hash( array<byte>^ data ) | |
Parameters
- data
- The data.
Return Value
Hash of the binary data.This function creates a MD5 hash of the passed in data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code